home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / utils / sound / players / unix / rplay / version.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-10-20  |  581 b   |  20 lines

  1. /*
  2.  * version.h
  3.  *
  4.  * Copyright (c) 1992 by Mark Boyns
  5.  *
  6.  * Permission to use, copy, modify, and distribute this software and its
  7.  * documentation for any purpose and without fee is hereby granted, provided
  8.  * that the above copyright notice appear in all copies and that both that
  9.  * copyright notice and this permission notice appear in supporting
  10.  * documentation.  This software is provided "as is" without express or
  11.  * implied warranty.
  12.  */
  13.  
  14. #ifndef _version_h
  15. #define _version_h
  16.  
  17. static char    *rplay_version = "rplay2.0 Copyright (c) 1992 by Mark Boyns";
  18.  
  19. #endif _version_h
  20.